-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Simplified Chinese #242
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Improves BlockStatesParser::fromString
- Bumped version to 10.1.4, see inxomnyaa#221 - plugin_data/structures & plugin_data/schematics folders got merged into plugin_data/assets - Added AssetCommand for handling assets. Still under TODO - Added AssetCollection to cache assets - For now, just dump Asset items to console - vecToString and boolToString moved to API - Added TAG_MAGIC_WE_ASSET to API - UserSession brushes are now saved in a Map - Load schematics and mcstructure in one code block - Code reformat on whole project
Signed-off-by: XenialDan <[email protected]>
Signed-off-by: XenialDan <[email protected]>
Thanks @Muqsit for the hint with UuidInterface as keys. > you probs should use the uuid string to map user sessions though > because if f.e., you get their uuid from database and create a new uuid containing the same value, it'll mismatch This should now work a lot better. Signed-off-by: XenialDan <[email protected]>
Looks like it was lost in a git stash Signed-off-by: XenialDan <[email protected]>
Signed-off-by: XenialDan <[email protected]>
Migrate to FormAPI, close inxomnyaa#229
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#130